PYTHON CRASH COURSE

Data Visualizations


Project Description

This project is dedicated to explore data through visual representations, by using different tools that python offer us. The goal of this project is to demonstrate that when a representation of a data set is simple and visually appealing, its meaning becomes so clear to viewers that they can see patterns in the data sets that they never knew existed.


Repository Book

Python Crash Course is the world's best selling guide to Python programming language. This fast-paced thorough introduction to programming with Python will have you writing programs, solving problems, and making things that work in no time.

In the first half of the book, you'll learn basic programming concepts, such as variables, list, classes, and loops, and practice writing clean code with excercises for each topic. You'll also learn how to make your programs interactive and test your code safely before adding it to a project.

In the second half of the, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, a set of data visualizations with Python's handy labraries, and a simple web app you can deploy online.


Generating Data

View Code

View Code

View Code

View Code


Downloading Data

View Code

View Code